Skip to content

Bump mathjs from 9.5.2 to 11.7.0 - #236

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/mathjs-11.7.0
Open

Bump mathjs from 9.5.2 to 11.7.0#236
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/mathjs-11.7.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 16, 2023

Copy link
Copy Markdown
Contributor

Bumps mathjs from 9.5.2 to 11.7.0.

Changelog

Sourced from mathjs's changelog.

2023-03-15, 11.7.0

  • Implement #2567: accept array as parameter for function gcd (#2878). Thanks @​jakubriegel.
  • Fix #2908: improvements in the docs and examples of functions partitionSelect, diff, expm1, round, nthRoots, sign, rigthArithShift, setIsSubset, setSize, and the docs about units. Thanks @​tmtron.
  • Fix #2907: determinant of empty matrix should be 1.
  • Refactor index.d.ts by writing function declarations using a generic, reducing a lot of repetition (#2913). Thanks @​brunoSnoww.

2023-02-24, 11.6.0

  • Implement broadcasting for the following functions and their corresponding operator: add, dotDivide, dotMultiply, dotPow, gcd, lcm, mod, nthRoot, subtract, bitAnd, bitOr, bitXor, leftShift, rightArithShift, rightLogShift, and, or, xor, compare, compareText, equal, larger, largerEq, smaller, smallerEq, unequal, atan2 and to (#2895, #2753). Thanks @​dvd101x.
  • Implement support for non-power-of-2 fft (#2900, #2577). Thanks @​cyavictor88.
  • Fix #2888: update type definitions of function unit to allow creating a unit from a fraction or complex number.
  • Fix #2892: an error in the examples of the embedded help of function sort.
  • Fix #2891: functions column and row sometimes returning a scalar number.
  • Fix #2896: define the fourth argument of function intersect as optional in the TypeScript definitions. Thanks @​wodndb.
  • Fix: quantileSeq not accepting a matrix as second argument prob (see #2902).
  • Fix broken examples in functions to, distance, getMatrixDataType, subset, and max (see #2902).

2023-01-31, 11.5.1

  • Add type definitions for function rotationMatrix (#2860). Thanks @​brunoSnoww.
  • Add type signature for lusolve(LUDecomposition, ...) (#2864). Thanks @​evanmiller.
  • Fix #2873: the rocket_trajectory_optimization.html example being partly broken. Thanks @​dvd101x.
  • Fix #2871: coverage report broken (#2877). Thanks @​bornova.
  • Fix #2883: update documentation for stat functions, describe missing syntax.
  • Fix #2884: fix examples in the embedded docs of function pow and some other functions.
  • Fix type definition of function complex for one numeric input (#2886), thanks @​ariymarkowitz.
  • Fix type definitions of map() and forEach() (#2887), thanks @​xiaohk.
  • Fix #2606: improve type definitions of dotMultiply, dotPow and dotDivide (#2890). Thanks @​brunoSnoww.

... (truncated)

Commits
  • 33e35d4 chore: publish v11.7.0
  • d9daaba chore: update devDependencies
  • f2dbf03 docs: update history
  • 2a050cd chore: refactor index.d.ts (#2913)
  • 151baca fix #2908: improve docs and examples of functions partitionSelect, diff, ...
  • 1fee98b chore: update history and authors
  • 3b89324 #2567: accept array as parameter for gcd() (#2878)
  • 0e777bf chore: add a few more unit tests to det
  • 00cee87 fix #2907: determinant of empty matrix should be 1
  • 6fb485d fix #2906: improve description of the behavior of subset for scalar values ...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [mathjs](https://github.com/josdejong/mathjs) from 9.5.2 to 11.7.0.
- [Release notes](https://github.com/josdejong/mathjs/releases)
- [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md)
- [Commits](josdejong/mathjs@v9.5.2...v11.7.0)

---
updated-dependencies:
- dependency-name: mathjs
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants